Skip to main content

has mud

Schemas

$schema: https://json-schema.org/draft/2020-12/schema
$id: https://github.com/nqminds/CAHN/blob/main/packages/schemas/src/has_mud.v.1.0.0.schema.yaml
title: has mud
description: Binding between a device type and MUD (Manufacturer Usage Description)
type: object
properties:
mud_id:
description: id of the mud
type: string
device_type_id:
description: id of the device type to which the mud applies
type: string
created_at:
description: timestamp at which mud-device binding was created in milliseconds
type: integer
required:
- mud_id
- device_type_id
- created_at

Examples

Edit this schema here